Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Prompt

Packages that use Prompt
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Prompt in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Prompt
 Prompt Recording.getPrompt()
          Returns the opening prompt played to the caller.
 Prompt Menu.getPrompt()
          Returns the opening prompt played to the caller.
 Prompt Field.getPrompt()
          Returns the opening prompt to play to the caller.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Prompt
 void Recording.setPrompt(Prompt prompt)
          Sets the opening prompt played to the caller.
 void Menu.setPrompt(Prompt prompt)
          Sets the opening prompt to play to the caller.
 void Field.setPrompt(Prompt prompt)
          Sets the opening prompt to the specified Prompt.
 

Constructors in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Prompt
Field(java.lang.String name, Prompt prompt)
          Creates a new instance of Field with the specified name and opening prompt.
Field(java.lang.String name, java.lang.String expression, Prompt prompt)
          Creates a new instance of Field with the specified name and opening prompt.
Field(java.lang.String name, java.lang.String expression, java.lang.String condition, Prompt prompt)
          Creates a new instance of Field with the specified name and opening prompt.
Menu(java.lang.String id, Prompt prompt)
          Creates a new instance of Menu with the specified identifier and opening prompt.
Menu(java.lang.String id, java.lang.String scope, Prompt prompt)
          Creates a new instance of Menu with the specified identifier, scope, and opening prompt.